-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: hidden app roots (v2) #107
Conversation
Codecov Report
@@ Coverage Diff @@
## master #107 +/- ##
==========================================
+ Coverage 90.77% 90.95% +0.18%
==========================================
Files 14 15 +1
Lines 694 730 +36
Branches 111 116 +5
==========================================
+ Hits 630 664 +34
- Misses 38 39 +1
- Partials 26 27 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #107 +/- ##
==========================================
- Coverage 90.77% 90.56% -0.22%
==========================================
Files 14 15 +1
Lines 694 763 +69
Branches 111 122 +11
==========================================
+ Hits 630 691 +61
- Misses 38 41 +3
- Partials 26 31 +5
Continue to review full report at Codecov.
|
num: 0, | ||
}, | ||
files: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixture has been wrong for a long time...
Released in |
@ryan-roemer I'm going to upgrade |
@parkerziegler -- Upgrade sounds great! Unfortunately, it won't fix https://github.com/FormidableLabs/webpack-dashboard/issues/276 which I'm likely going to migrate over to |
Cool, no worries. Thanks a lot for taking that one on, and for this PR! |
Version 2. Supersedes #104
When an application root has no actual
node_modules
in it, theversions
action inference fails to find the app rootpackage.json
file and misses traversing the versions dependencies. This has the buggy effects of:versions
action for CLIDuplicatesPlugin
.Work